home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPDOSATTRIBDIALOG / TOPDOSATTRIBDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  64 lines

  1. inherited OpDOSAttribDialog: TOpDOSAttribDialog
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Attributes'
  4.   Caption = 'Attributes'
  5.   ClientHeight = 423
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ActionGroupBox: TUiGroupBox
  9.     Height = 129
  10.     object ActionLbl: TUiLabel
  11.       Left = 16
  12.       Top = 24
  13.       Width = 306
  14.       Height = 26
  15.       Caption = 
  16.         'Check a box to set attribute on selected files.  Uncheck a box t' +
  17.         'o clear attribute.'
  18.       WordWrap = True
  19.     end
  20.     object ReadOnlyEdit: TUiCheckBox
  21.       Left = 77
  22.       Top = 58
  23.       Height = 17
  24.       Caption = 'R&ead-only'
  25.       TabOrder = 0
  26.     end
  27.     object HiddenEdit: TUiCheckBox
  28.       Left = 77
  29.       Top = 78
  30.       Height = 17
  31.       Caption = '&Hidden'
  32.       TabOrder = 1
  33.     end
  34.     object ArchiveEdit: TUiCheckBox
  35.       Left = 212
  36.       Top = 58
  37.       Height = 17
  38.       Caption = '&Archive'
  39.       TabOrder = 2
  40.     end
  41.     object SysFileEdit: TUiCheckBox
  42.       Left = 212
  43.       Top = 78
  44.       Height = 17
  45.       Caption = '&System'
  46.       TabOrder = 3
  47.     end
  48.     object RecursiveEdit: TUiCheckBox
  49.       Left = 16
  50.       Top = 104
  51.       Height = 17
  52.       Caption = 'Including folder contents'
  53.       TabOrder = 4
  54.       OnClick = RecursiveChange
  55.     end
  56.   end
  57.   inherited FilteredWarningGroupBox: TUiGroupBox
  58.     Top = 296
  59.   end
  60.   inherited BottomPanel: TUiPanel
  61.     Top = 378
  62.   end
  63. end
  64.